1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPhysicalCount
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmPhysicalCount))
26         Me.Label1 = New System.Windows.Forms.Label
27         Me.Label2 = New System.Windows.Forms.Label
28         Me.GroupBox1 = New System.Windows.Forms.GroupBox
29         Me.Label3 = New System.Windows.Forms.Label
30         Me.cbclass = New System.Windows.Forms.ComboBox
31         Me.lstphysical = New System.Windows.Forms.ListView
32         Me.Label4 = New System.Windows.Forms.Label
33         Me.dtfrom = New System.Windows.Forms.DateTimePicker
34         Me.Label5 = New System.Windows.Forms.Label
35         Me.dtto = New System.Windows.Forms.DateTimePicker
36         Me.PictureBox1 = New System.Windows.Forms.PictureBox
37         Me.GroupBox1.SuspendLayout()
38         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
39         Me.SuspendLayout()
40         
'
41         
'Label1
42         
'
43         Me.Label1.AutoSize = True
44         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
45         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
46         Me.Label1.Location = New System.Drawing.Point(
55, 15)
47         Me.Label1.Name =
"Label1"
48         Me.Label1.Size = New System.Drawing.Size(
153, 19)
49         Me.Label1.TabIndex =
1
50         Me.Label1.Text =
"Physical Counting"
51         
'
52         
'Label2
53         
'
54         Me.Label2.AutoSize = True
55         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
56         Me.Label2.Location = New System.Drawing.Point(
56, 34)
57         Me.Label2.Name =
"Label2"
58         Me.Label2.Size = New System.Drawing.Size(
247, 13)
59         Me.Label2.TabIndex =
2
60         Me.Label2.Text =
"Current physical count of all products by category"
61         
'
62         
'GroupBox1
63         
'
64         Me.GroupBox1.Controls.Add(Me.Label3)
65         Me.GroupBox1.Controls.Add(Me.cbclass)
66         Me.GroupBox1.Controls.Add(Me.lstphysical)
67         Me.GroupBox1.Location = New System.Drawing.Point(
4, 47)
68         Me.GroupBox1.Name =
"GroupBox1"
69         Me.GroupBox1.Size = New System.Drawing.Size(
665, 320)
70         Me.GroupBox1.TabIndex =
3
71         Me.GroupBox1.TabStop = False
72         
'
73         
'Label3
74         
'
75         Me.Label3.AutoSize = True
76         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
77         Me.Label3.Location = New System.Drawing.Point(
413, 43)
78         Me.Label3.Name =
"Label3"
79         Me.Label3.Size = New System.Drawing.Size(
124, 13)
80         Me.Label3.TabIndex =
1
81         Me.Label3.Text =
"Search by Category :"
82         Me.Label3.Visible = False
83         
'
84         
'cbclass
85         
'
86         Me.cbclass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
87         Me.cbclass.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
88         Me.cbclass.FormattingEnabled = True
89         Me.cbclass.Location = New System.Drawing.Point(
416, 74)
90         Me.cbclass.Name =
"cbclass"
91         Me.cbclass.Size = New System.Drawing.Size(
160, 21)
92         Me.cbclass.TabIndex =
4
93         Me.cbclass.Visible = False
94         
'
95         
'lstphysical
96         
'
97         Me.lstphysical.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.lstphysical.FullRowSelect = True
99         Me.lstphysical.GridLines = True
100         Me.lstphysical.Location = New System.Drawing.Point(
6, 9)
101         Me.lstphysical.Name =
"lstphysical"
102         Me.lstphysical.Size = New System.Drawing.Size(
372, 305)
103         Me.lstphysical.TabIndex =
0
104         Me.lstphysical.UseCompatibleStateImageBehavior = False
105         Me.lstphysical.View = System.Windows.Forms.View.Details
106         
'
107         
'Label4
108         
'
109         Me.Label4.AutoSize = True
110         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.Label4.Location = New System.Drawing.Point(
385, 9)
112         Me.Label4.Name =
"Label4"
113         Me.Label4.Size = New System.Drawing.Size(
72, 13)
114         Me.Label4.TabIndex =
4
115         Me.Label4.Text =
"Date From :"
116         
'
117         
'dtfrom
118         
'
119         Me.dtfrom.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
120         Me.dtfrom.Location = New System.Drawing.Point(
463, 3)
121         Me.dtfrom.Name =
"dtfrom"
122         Me.dtfrom.Size = New System.Drawing.Size(
206, 21)
123         Me.dtfrom.TabIndex =
5
124         
'
125         
'Label5
126         
'
127         Me.Label5.AutoSize = True
128         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
129         Me.Label5.Location = New System.Drawing.Point(
401, 31)
130         Me.Label5.Name =
"Label5"
131         Me.Label5.Size = New System.Drawing.Size(
57, 13)
132         Me.Label5.TabIndex =
6
133         Me.Label5.Text =
"Date To :"
134         
'
135         
'dtto
136         
'
137         Me.dtto.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
138         Me.dtto.Location = New System.Drawing.Point(
464, 26)
139         Me.dtto.Name =
"dtto"
140         Me.dtto.Size = New System.Drawing.Size(
205, 21)
141         Me.dtto.TabIndex =
7
142         
'
143         
'PictureBox1
144         
'
145         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
146         Me.PictureBox1.Location = New System.Drawing.Point(
4, 2)
147         Me.PictureBox1.Name =
"PictureBox1"
148         Me.PictureBox1.Size = New System.Drawing.Size(
49, 45)
149         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
150         Me.PictureBox1.TabIndex =
0
151         Me.PictureBox1.TabStop = False
152         
'
153         
'FrmPhysicalCount
154         
'
155         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
156         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
157         Me.ClientSize = New System.Drawing.Size(
705, 462)
158         Me.Controls.Add(Me.dtto)
159         Me.Controls.Add(Me.Label5)
160         Me.Controls.Add(Me.dtfrom)
161         Me.Controls.Add(Me.Label4)
162         Me.Controls.Add(Me.GroupBox1)
163         Me.Controls.Add(Me.Label2)
164         Me.Controls.Add(Me.Label1)
165         Me.Controls.Add(Me.PictureBox1)
166         Me.Name =
"FrmPhysicalCount"
167         Me.Text =
"Physical Counting"
168         Me.GroupBox1.ResumeLayout(False)
169         Me.GroupBox1.PerformLayout()
170         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
171         Me.ResumeLayout(False)
172         Me.PerformLayout()
173
174     End Sub
175     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
176     Friend WithEvents Label1 As System.Windows.Forms.Label
177     Friend WithEvents Label2 As System.Windows.Forms.Label
178     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
179     Friend WithEvents lstphysical As System.Windows.Forms.ListView
180     Friend WithEvents Label3 As System.Windows.Forms.Label
181     Friend WithEvents cbclass As System.Windows.Forms.ComboBox
182     Friend WithEvents Label4 As System.Windows.Forms.Label
183     Friend WithEvents dtfrom As System.Windows.Forms.DateTimePicker
184     Friend WithEvents Label5 As System.Windows.Forms.Label
185     Friend WithEvents dtto As System.Windows.Forms.DateTimePicker
186 End Class


Gõ tìm kiếm nhanh...